15. SQLAlchemy Data Types

SQLAlchemy data types Heading

SQLAlchemy Data Types

ND004 C01 L03 14 SQLAlchemy Data Types

Flask-SQLAlchemy data types generally map to SQLAlchemy's library of data types.

Check out the SQLAlchemy docs on Column and Data Types to learn more.

SQLAlchemy data types Quiz

What does db.String() in name = db.Column(db.String()) do?

SOLUTION: Sets a data type of string with variable length